Add 'console=xxx' to the Xen serial console section to make it obvious
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 26 Feb 2006 09:50:15 +0000 (10:50 +0100)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Sun, 26 Feb 2006 09:50:15 +0000 (10:50 +0100)
that one might need to specify 'console=xxx' and not just 'comX=xxx'
if one isn't using the default com1,vga.

Signed-Off-By: Muli Ben-Yehuda <mulix@mulix.org>
docs/src/user.tex

index 9f2f4843efc9976ac805c762774605eeb2303b27..6663d0cea034b03f0900b1a252bfdedfec9048fb 100644 (file)
@@ -626,7 +626,7 @@ kernel output or logging in to Linux over serial port.  It does however
 allow you to monitor and log the Xen boot process via serial console and
 can be very useful in debugging.
 
-%% kernel /boot/xen-2.0.gz dom0_mem=131072 com1=115200,8n1
+%% kernel /boot/xen-2.0.gz dom0_mem=131072 console=com1,vga com1=115200,8n1
 %% module /boot/vmlinuz-2.6-xen0 root=/dev/sda4 ro
 
 In order to configure Xen serial console output, it is necessary to
@@ -637,8 +637,9 @@ example kernel line with:
 \end{verbatim}}
 \end{quote}
 
-This configures Xen to output on COM1 at 115,200 baud, 8 data bits, 1
-stop bit and no parity. Modify these parameters for your environment.
+This configures Xen to output on COM1 at 115,200 baud, 8 data bits, no
+parity and 1 stop bit. Modify these parameters for your environment.
+See Section~\ref{s:xboot} for an explanation of all boot parameters.
 
 One can also configure XenLinux to share the serial console; to achieve
 this append ``\path{console=ttyS0}'' to your module line.